home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / dim3try.exe / DIM3TRY / ARCHIVE.Z / ADRes.dll / TEXT / 258 < prev   
Encoding:
Text File  |  1997-04-15  |  34.3 KB  |  2,582 lines

  1. %%BeginResource: procset Adobe_level2_AI5 1.2 0
  2. %%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation)
  3. %%Version: 1.2 0
  4. %%CreationDate: (04/10/93) ()
  5. %%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
  6. userdict /Adobe_level2_AI5 25 dict dup begin
  7.     put
  8.     /packedarray where not
  9.     {
  10.         userdict begin
  11.         /packedarray
  12.         {
  13.             array astore readonly
  14.         } bind def
  15.         /setpacking /pop load def
  16.         /currentpacking false def
  17.      end
  18.         0
  19.     } if
  20.     pop
  21.     userdict /defaultpacking currentpacking put true setpacking
  22.     /initialize
  23.     {
  24.         Adobe_level2_AI5 begin
  25.     } bind def
  26.     /terminate
  27.     {
  28.         currentdict Adobe_level2_AI5 eq
  29.         {
  30.          end
  31.         } if
  32.     } bind def
  33.     mark
  34.     /setcustomcolor where not
  35.     {
  36.         /findcmykcustomcolor
  37.         {
  38.             0
  39.             6 packedarray
  40.         } bind def
  41.         /findrgbcustomcolor
  42.         {
  43.             1
  44.             5 packedarray
  45.         } bind def
  46.         /setcustomcolor
  47.         {
  48.             exch 
  49.             aload pop 
  50.             0 eq
  51.             {
  52.                 pop
  53.                 4
  54.                 {
  55.                     4 index mul
  56.                     4 1 roll
  57.                 } repeat
  58.                 5 -1 roll pop
  59.                 setcmykcolor
  60.             }
  61.             {
  62.                 pop
  63.                 3
  64.                 {
  65.                     1 exch sub
  66.                     3 index mul 
  67.                     1 exch sub
  68.                     3 1 roll
  69.                 } repeat
  70.                 4 -1 roll pop
  71.                 setrgbcolor
  72.             } ifelse
  73.         }
  74.         def
  75.     } if
  76.     
  77.     /gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def
  78.     userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put
  79.     userdict /level2?
  80.     systemdict /languagelevel known dup
  81.     {
  82.         pop systemdict /languagelevel get 2 ge
  83.     } if
  84.     put
  85. /level2ScreenFreq
  86. {
  87.  begin
  88.         60
  89.         HalftoneType 1 eq
  90.         {
  91.             pop Frequency
  92.         } if
  93.         HalftoneType 2 eq
  94.         {
  95.             pop GrayFrequency
  96.         } if
  97.         HalftoneType 5 eq
  98.         {
  99.             pop Default level2ScreenFreq
  100.         } if
  101.  end
  102. } bind def
  103. userdict /currentScreenFreq  
  104.     level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put
  105. level2? not
  106.     {
  107.         /setcmykcolor where not
  108.         {
  109.             /setcmykcolor
  110.             {
  111.                 exch .11 mul add exch .59 mul add exch .3 mul add
  112.                 1 exch sub setgray
  113.             } def
  114.         } if
  115.         /currentcmykcolor where not
  116.         {
  117.             /currentcmykcolor
  118.             {
  119.                 0 0 0 1 currentgray sub
  120.             } def
  121.         } if
  122.         /setoverprint where not
  123.         {
  124.             /setoverprint /pop load def
  125.         } if
  126.         /selectfont where not
  127.         {
  128.             /selectfont
  129.             {
  130.                 exch findfont exch
  131.                 dup type /arraytype eq
  132.                 {
  133.                     makefont
  134.                 }
  135.                 {
  136.                     scalefont
  137.                 } ifelse
  138.                 setfont
  139.             } bind def
  140.         } if
  141.         /cshow where not
  142.         {
  143.             /cshow
  144.             {
  145.                 [
  146.                 0 0 5 -1 roll aload pop
  147.                 ] cvx bind forall
  148.             } bind def
  149.         } if
  150.     } if
  151.     cleartomark
  152.     /anyColor?
  153.     {
  154.         add add add 0 ne
  155.     } bind def
  156.     /testColor
  157.     {
  158.         gsave
  159.         setcmykcolor currentcmykcolor
  160.         grestore
  161.     } bind def
  162.     /testCMYKColorThrough
  163.     {
  164.         testColor anyColor?
  165.     } bind def
  166.     userdict /composite?
  167.     level2?
  168.     {
  169.         gsave 1 1 1 1 setcmykcolor currentcmykcolor grestore
  170.         add add add 4 eq
  171.     }
  172.     {
  173.         1 0 0 0 testCMYKColorThrough
  174.         0 1 0 0 testCMYKColorThrough
  175.         0 0 1 0 testCMYKColorThrough
  176.         0 0 0 1 testCMYKColorThrough
  177.         and and and
  178.     } ifelse
  179.     put
  180.     composite? not
  181.     {
  182.         userdict begin
  183.         gsave
  184.         /cyan? 1 0 0 0 testCMYKColorThrough def
  185.         /magenta? 0 1 0 0 testCMYKColorThrough def
  186.         /yellow? 0 0 1 0 testCMYKColorThrough def
  187.         /black? 0 0 0 1 testCMYKColorThrough def
  188.         grestore
  189.         /isCMYKSep? cyan? magenta? yellow? black? or or or def
  190.         /customColor? isCMYKSep? not def
  191.      end
  192.     } if
  193.  end defaultpacking setpacking
  194. %%EndResource
  195. %%BeginResource: procset Adobe_typography_AI5 1.0 1
  196. %%Title: (Typography Operators)
  197. %%Version: 1.0 1
  198. %%CreationDate:(6/10/1996) ()
  199. %%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
  200. currentpacking true setpacking
  201. userdict /Adobe_typography_AI5 66 dict dup begin
  202. put
  203. /initialize
  204. {
  205.  begin
  206.  begin
  207.     Adobe_typography_AI5 begin
  208.     Adobe_typography_AI5
  209.     {
  210.         dup xcheck
  211.         {
  212.             bind
  213.         } if
  214.         pop pop
  215.     } forall
  216.  end
  217.  end
  218.  end
  219.     Adobe_typography_AI5 begin
  220. } def
  221. /terminate
  222. {
  223.     currentdict Adobe_typography_AI5 eq
  224.     {
  225.      end
  226.     } if
  227. } def
  228. /modifyEncoding
  229. {
  230.     /_tempEncode exch ddef
  231.     /_pntr 0 ddef
  232.     {
  233.         counttomark -1 roll
  234.         dup type dup /marktype eq
  235.         {
  236.             pop pop exit
  237.         }
  238.         {
  239.             /nametype eq
  240.             {
  241.                 _tempEncode /_pntr dup load dup 3 1 roll 1 add ddef 3 -1 roll
  242.                 put
  243.             }
  244.             {
  245.                 /_pntr exch ddef
  246.             } ifelse
  247.         } ifelse
  248.     } loop
  249.     _tempEncode
  250. } def
  251. /havefont
  252. {
  253.     systemdict /languagelevel known
  254.         {
  255.         /Font resourcestatus dup
  256.             { exch pop exch pop }
  257.         if
  258.         }
  259.         {
  260.         systemdict /FontDirectory get 1 index known
  261.             { pop true }
  262.             {
  263.             systemdict /fileposition known
  264.                 {
  265.                 dup length 6 add exch
  266.                 Ss 6 250 getinterval
  267.                 cvs pop
  268.                 Ss exch 0 exch getinterval
  269.                 status
  270.                     { pop pop pop pop true }
  271.                     { false }
  272.                 ifelse
  273.                 }
  274.                 {
  275.                 pop false
  276.                 }
  277.             ifelse
  278.             }
  279.         ifelse
  280.         }
  281.     ifelse
  282. } def
  283. /TE
  284. {
  285.     StandardEncoding 256 array copy modifyEncoding
  286.     /_nativeEncoding exch def
  287. } def
  288. %
  289. /TZ
  290. {
  291.     dup type /arraytype eq
  292.     {
  293.         /_wv exch def
  294.     }
  295.     {
  296.         /_wv 0 def
  297.     } ifelse
  298.     /_useNativeEncoding exch def
  299.     2 index havefont
  300.     {
  301.         2 index findfont
  302.     }
  303.     {
  304.         dup 1 eq
  305.         {
  306.             2 index 64 string cvs
  307.             dup dup length 11 sub dup 0 le
  308.             {
  309.                 pop pop pop true
  310.             }
  311.             {
  312.                 11 getinterval dup
  313.                 (90pv-RKSJ-H) eq
  314.                 {
  315.                     0 (83pv-RKSJ-H) putinterval
  316.                     cvn dup havefont
  317.                     {
  318.                         findfont false
  319.                     }
  320.                     {
  321.                         pop true
  322.                     } ifelse
  323.                 }
  324.                 {
  325.                     pop pop true
  326.                 } ifelse
  327.             } ifelse
  328.             {
  329.                 /Ryumin-Light-83pv-RKSJ-H havefont
  330.                     {/Ryumin-Light-83pv-RKSJ-H}
  331.                     {/Courier}
  332.                     ifelse
  333.                     findfont
  334.                     [1 0 0.5 1 0 0] makefont
  335.             } if
  336.         }
  337.         {
  338.             /Courier findfont
  339.         } ifelse
  340.     } ifelse
  341.     _wv type /arraytype eq
  342.     {
  343.         _wv makeblendedfont
  344.     } if
  345.     dup length 10 add dict
  346.  begin
  347.     mark exch
  348.     {
  349.         1 index /FID ne
  350.         {
  351.             def
  352.         } if
  353.         cleartomark mark
  354.     } forall
  355.     pop
  356.     /FontScript exch def
  357.     /FontDirection exch def
  358.     /FontRequest exch def
  359.     /FontName exch def
  360.     counttomark 0 eq
  361.     {
  362.         1 _useNativeEncoding eq
  363.         {
  364.             /Encoding _nativeEncoding def
  365.         } if
  366.         cleartomark
  367.     }
  368.     {
  369.         /Encoding load 256 array copy
  370.         modifyEncoding /Encoding exch def
  371.     } ifelse
  372.     FontName currentdict
  373.  end
  374.     definefont pop
  375. } def
  376. /tr
  377. {
  378.     _ax _ay 3 2 roll
  379. } def
  380. /trj
  381. {
  382.     _cx _cy _sp _ax _ay 6 5 roll
  383. } def
  384. /a0
  385. {
  386.     /Tx
  387.     {
  388.         dup
  389.         currentpoint 3 2 roll
  390.         tr _psf
  391.         newpath moveto
  392.         tr _ctm _pss
  393.     } ddef
  394.     /Tj
  395.     {
  396.         dup
  397.         currentpoint 3 2 roll
  398.         trj _pjsf
  399.         newpath moveto
  400.         trj _ctm _pjss
  401.     } ddef
  402. } def
  403. /a1
  404. {
  405. W B
  406. } def
  407. /e0
  408. {
  409.     /Tx
  410.     {
  411.         tr _psf
  412.     } ddef
  413.     /Tj
  414.     {
  415.         trj _pjsf
  416.     } ddef
  417. } def
  418. /e1
  419. {
  420. W F 
  421. } def
  422. /i0
  423. {
  424.     /Tx
  425.     {
  426.         tr sp
  427.     } ddef
  428.     /Tj
  429.     {
  430.         trj jsp
  431.     } ddef
  432. } def
  433. /i1
  434. {
  435.     W N
  436. } def
  437. /o0
  438. {
  439.     /Tx
  440.     {
  441.         tr sw rmoveto
  442.     } ddef
  443.     /Tj
  444.     {
  445.         trj swj rmoveto
  446.     } ddef
  447. } def
  448. /r0
  449. {
  450.     /Tx
  451.     {
  452.         tr _ctm _pss
  453.     } ddef
  454.     /Tj
  455.     {
  456.         trj _ctm _pjss
  457.     } ddef
  458. } def
  459. /r1
  460. {
  461. W S
  462. } def
  463. /To
  464. {
  465.     pop _ctm currentmatrix pop
  466. } def
  467. /TO
  468. {
  469.     iTe _ctm setmatrix newpath
  470. } def
  471. /Tp
  472. {
  473.     pop _tm astore pop _ctm setmatrix
  474.     _tDict begin
  475.     /W
  476.     {
  477.     } def
  478.     /h
  479.     {
  480.     } def
  481. } def
  482. /TP
  483. {
  484.  end
  485.     iTm 0 0 moveto
  486. } def
  487. /Tr
  488. {
  489.     _render 3 le
  490.     {
  491.         currentpoint newpath moveto
  492.     } if
  493.     dup 8 eq
  494.     {
  495.         pop 0
  496.     }
  497.     {
  498.         dup 9 eq
  499.         {
  500.             pop 1
  501.         } if
  502.     } ifelse
  503.     dup /_render exch ddef
  504.     _renderStart exch get load exec
  505. } def
  506. /iTm
  507. {
  508.     _ctm setmatrix _tm concat
  509.     _shift aload pop _lineorientation 1 eq { exch } if translate
  510.     _scale aload pop _lineorientation 1 eq _yokoorientation 1 eq or { exch } if scale
  511. } def
  512. /Tm
  513. {
  514.     _tm astore pop iTm 0 0 moveto
  515. } def
  516. /Td
  517. {
  518.     _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto
  519. } def
  520. /iTe
  521. {
  522.     _render -1 eq
  523.     {
  524.     }
  525.     {
  526.         _renderEnd _render get dup null ne
  527.         {
  528.             load exec
  529.         }
  530.         {
  531.             pop
  532.         } ifelse
  533.     } ifelse
  534.     /_render -1 ddef
  535. } def
  536. /Ta
  537. {
  538.     pop
  539. } def
  540. /Tf
  541. {
  542.     1 index type /nametype eq
  543.     {
  544.         dup 0.75 mul 1 index 0.25 mul neg
  545.     } if
  546.     /_fontDescent exch ddef
  547.     /_fontAscent exch ddef
  548.     /_fontSize exch ddef
  549.     /_fontRotateAdjust _fontAscent _fontDescent add 2 div neg ddef
  550.     /_fontHeight _fontSize ddef
  551.     findfont _fontSize scalefont setfont
  552. } def
  553. /Tl
  554. {
  555.     pop neg 0 exch
  556.     _leading astore pop
  557. } def
  558. /Tt
  559. {
  560.     pop
  561. } def
  562. /TW
  563. {
  564.     3 npop
  565. } def
  566. /Tw
  567. {
  568.     /_cx exch ddef
  569. } def
  570. /TC
  571. {
  572.     3 npop
  573. } def
  574. /Tc
  575. {
  576.     /_ax exch ddef
  577. } def
  578. /Ts
  579. {
  580.     0 exch
  581.     _shift astore pop
  582.     currentpoint
  583.     iTm
  584.     moveto
  585. } def
  586. /Ti
  587. {
  588.     3 npop
  589. } def
  590. /Tz
  591. {
  592.     count 1 eq { 100 } if
  593.     100 div exch 100 div exch
  594.     _scale astore pop
  595.     iTm
  596. } def
  597. /TA
  598. {
  599.     pop
  600. } def
  601. /Tq
  602. {
  603.     pop
  604. } def
  605. /Tg
  606. {
  607.     pop
  608. } def
  609. /TG
  610. {
  611.     pop
  612. } def
  613. /Tv
  614. {
  615.     /_lineorientation exch ddef
  616. } def
  617. /TV
  618. {
  619.     /_charorientation exch ddef
  620. } def
  621. /Ty
  622. {
  623.     dup /_yokoorientation exch ddef 1 sub neg Tv
  624. } def
  625. /TY
  626. {
  627.     pop
  628. } def
  629. /T~
  630. {
  631.     Tx
  632. } def
  633. /Th
  634. {
  635.     pop pop pop pop pop
  636. } def
  637. /TX
  638. {
  639.     pop
  640. } def
  641. /Tk
  642. {
  643.     _fontSize mul 1000 div
  644.     _lineorientation 0 eq { neg 0 } { 0 exch } ifelse
  645.     rmoveto
  646.     pop
  647. } def
  648. /TK
  649. {
  650.     2 npop
  651. } def
  652. /T*
  653. {
  654.     _leading aload pop
  655.     _lineorientation 0 ne { exch } if
  656.     Td
  657. } def
  658. /T*-
  659. {
  660.     _leading aload pop
  661.     _lineorientation 0 ne { exch } if
  662.     exch neg exch neg
  663.     Td
  664. } def
  665. /T-
  666. {
  667.     _ax neg 0 rmoveto
  668.     _lineorientation 1 eq _charorientation 0 eq and { 1 TV _hyphen Tx 0 TV } { _hyphen Tx } ifelse
  669. } def
  670. /T+
  671. {
  672. } def
  673. /TR
  674. {
  675.     _ctm currentmatrix pop
  676.     _tm astore pop
  677.     iTm 0 0 moveto
  678. } def
  679. /TS
  680. {
  681.     currentfont 3 1 roll
  682.     /_Symbol_ findfont _fontSize scalefont setfont
  683.     
  684.     0 eq
  685.     {
  686.         Tx
  687.     }
  688.     {
  689.         Tj
  690.     } ifelse
  691.     setfont
  692. } def
  693. /Xb
  694. {
  695.     pop pop
  696. } def
  697. /Tb /Xb load def
  698. /Xe
  699. {
  700.     pop pop pop pop
  701. } def
  702. /Te /Xe load def
  703. /XB
  704. {
  705. } def
  706. /TB /XB load def
  707. currentdict readonly pop
  708. end
  709. setpacking
  710. %
  711. /X^
  712. {
  713.     currentfont 5 1 roll
  714.     dup havefont
  715.         {
  716.         findfont _fontSize scalefont setfont
  717.         }
  718.         {
  719.         pop
  720.         exch
  721.         } ifelse
  722.     2 index 0 eq
  723.     {
  724.         Tx
  725.     }
  726.     {
  727.         Tj
  728.     } ifelse
  729.     pop    pop
  730.     setfont
  731. } def
  732. /T^    /X^    load def
  733. %%EndResource
  734. %%BeginProcSet: Adobe_ColorImage_AI6 1.1 0
  735. userdict /Adobe_ColorImage_AI6 known not
  736. {
  737.     userdict /Adobe_ColorImage_AI6 24 dict put 
  738. } if
  739. userdict /Adobe_ColorImage_AI6 get begin
  740. /initialize
  741.     Adobe_ColorImage_AI6 begin
  742.     Adobe_ColorImage_AI6
  743.     {
  744.         dup type /arraytype eq
  745.         {
  746.             dup xcheck
  747.             {
  748.                 bind
  749.             } if
  750.         } if
  751.         pop pop
  752.     } forall
  753. } def
  754. /terminate { end } def
  755. currentdict /Adobe_ColorImage_AI6_Vars known not
  756. {
  757.     /Adobe_ColorImage_AI6_Vars 15 dict def
  758. } if
  759. Adobe_ColorImage_AI6_Vars begin
  760.     /channelcount 0 def
  761.     /sourcecount 0 def
  762.     /sourcearray 4 array def
  763.     /plateindex -1 def
  764.     /XIMask 0 def
  765.     /XIBinary 0 def
  766.     /XIChannelCount 0 def
  767.     /XIBitsPerPixel 0 def
  768.     /XIImageHeight 0 def
  769.     /XIImageWidth 0 def
  770.     /XIImageMatrix null def
  771.     /XIBuffer null def
  772.     /XIDataProc null def
  773.     /XIVersion 6 def
  774. end
  775. /WalkRGBString null def
  776. /WalkCMYKString null def
  777. /StuffRGBIntoGrayString null def
  778. /RGBToGrayImageProc null def
  779. /StuffCMYKIntoGrayString null def
  780. /CMYKToGrayImageProc null def
  781. /ColorImageCompositeEmulator null def
  782. /SeparateCMYKImageProc null def
  783. /FourEqual null def
  784. /TestPlateIndex null def
  785. currentdict /_colorimage known not
  786. {
  787.     /colorimage where
  788.     {
  789.         /colorimage get /_colorimage exch def
  790.     }
  791.     {
  792.         /_colorimage null def
  793.     } ifelse
  794. } if
  795. /_currenttransfer systemdict /currenttransfer get def
  796. /colorimage null def
  797. /XI null def
  798. /WalkRGBString
  799. {
  800.     0 3 index
  801.     dup length 1 sub 0 3 3 -1 roll
  802.     {
  803.         3 getinterval { } forall
  804.         5 index exec
  805.         3 index
  806.     } for
  807.     
  808.      5 { pop } repeat
  809. } def
  810. /WalkCMYKString
  811. {
  812.     0 3 index
  813.     dup length 1 sub 0 4 3 -1 roll
  814.     {
  815.         4 getinterval { } forall
  816.         
  817.         6 index exec
  818.         
  819.         3 index
  820.         
  821.     } for
  822.     
  823.     5 { pop } repeat
  824.     
  825. } def
  826. /StuffRGBIntoGrayString
  827. {
  828.     .11 mul exch
  829.     
  830.     .59 mul add exch
  831.     
  832.     .3 mul add
  833.     
  834.     cvi 3 copy put
  835.     
  836.     pop 1 add
  837. } def
  838. /RGBToGrayImageProc
  839. {    
  840.     Adobe_ColorImage_AI6_Vars begin 
  841.         sourcearray 0 get exec
  842.         dup length 3 idiv string
  843.         dup 3 1 roll 
  844.         
  845.         /StuffRGBIntoGrayString load exch
  846.         WalkRGBString
  847.  end
  848. } def
  849. /StuffCMYKIntoGrayString
  850. {
  851.     exch .11 mul add
  852.     
  853.     exch .59 mul add
  854.     
  855.     exch .3 mul add
  856.     
  857.     dup 255 gt { pop 255 } if
  858.     
  859.     255 exch sub cvi 3 copy put
  860.     
  861.     pop 1 add
  862. } def
  863. /CMYKToGrayImageProc
  864. {    
  865.     Adobe_ColorImage_AI6_Vars begin
  866.         sourcearray 0 get exec
  867.         dup length 4 idiv string
  868.         dup 3 1 roll 
  869.         
  870.         /StuffCMYKIntoGrayString load exch
  871.         WalkCMYKString
  872.  end
  873. } def
  874. /ColorImageCompositeEmulator
  875. {
  876.     pop true eq
  877.     {
  878.         Adobe_ColorImage_AI6_Vars /sourcecount get 5 add { pop } repeat
  879.     }
  880.     {
  881.         Adobe_ColorImage_AI6_Vars /channelcount get 1 ne
  882.         {
  883.             Adobe_ColorImage_AI6_Vars begin
  884.                 sourcearray 0 3 -1 roll put
  885.             
  886.                 channelcount 3 eq 
  887.                 { 
  888.                     /RGBToGrayImageProc 
  889.                 }
  890.                 { 
  891.                     /CMYKToGrayImageProc
  892.                 } ifelse
  893.                 load
  894.          end
  895.         } if
  896.         image
  897.     } ifelse
  898. } def
  899. /SeparateCMYKImageProc
  900. {    
  901.     Adobe_ColorImage_AI6_Vars begin
  902.         sourcecount 0 ne
  903.         {
  904.             sourcearray plateindex get exec
  905.         }
  906.         {            
  907.             sourcearray 0 get exec
  908.             
  909.             dup length 4 idiv string
  910.             
  911.             0 2 index
  912.             
  913.             plateindex 4 2 index length 1 sub
  914.             {
  915.                 get 255 exch sub
  916.                 
  917.                 3 copy put pop 1 add
  918.                 
  919.                 2 index
  920.             } for
  921.             pop pop exch pop
  922.         } ifelse
  923.  end
  924. } def
  925.     
  926. /FourEqual
  927. {
  928.     4 index ne
  929.     {
  930.         pop pop pop false
  931.     }
  932.     {
  933.         4 index ne
  934.         {
  935.             pop pop false
  936.         }
  937.         {
  938.             4 index ne
  939.             {
  940.                 pop false
  941.             }
  942.             {
  943.                 4 index eq
  944.             } ifelse
  945.         } ifelse
  946.     } ifelse
  947. } def
  948. /TestPlateIndex
  949. {
  950.     Adobe_ColorImage_AI6_Vars begin
  951.         /plateindex -1 def
  952.         /setcmykcolor where
  953.         {
  954.             pop
  955.             gsave
  956.             1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub
  957.             0 1 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub
  958.             0 0 1 0 setcmykcolor systemdict /currentgray get exec 1 exch sub
  959.             0 0 0 1 setcmykcolor systemdict /currentgray get exec 1 exch sub
  960.             grestore
  961.             1 0 0 0 FourEqual 
  962.             { 
  963.                 /plateindex 0 def
  964.             }
  965.             {
  966.                 0 1 0 0 FourEqual
  967.                 { 
  968.                     /plateindex 1 def
  969.                 }
  970.                 {
  971.                     0 0 1 0 FourEqual
  972.                     {
  973.                         /plateindex 2 def
  974.                     }
  975.                     {
  976.                         0 0 0 1 FourEqual
  977.                         { 
  978.                             /plateindex 3 def
  979.                         }
  980.                         {
  981.                             0 0 0 0 FourEqual
  982.                             {
  983.                                 /plateindex 5 def
  984.                             } if
  985.                         } ifelse
  986.                     } ifelse
  987.                 } ifelse
  988.             } ifelse
  989.             pop pop pop pop
  990.         } if
  991.         plateindex
  992.  end
  993. } def
  994. /colorimage
  995. {
  996.     Adobe_ColorImage_AI6_Vars begin
  997.         /channelcount 1 index def
  998.         /sourcecount 2 index 1 eq { channelcount 1 sub } { 0 } ifelse def
  999.         4 sourcecount add index dup 
  1000.         8 eq exch 1 eq or not
  1001.  end
  1002.     
  1003.     {
  1004.         /_colorimage load null ne
  1005.         {
  1006.             _colorimage
  1007.         }
  1008.         {
  1009.             Adobe_ColorImage_AI6_Vars /sourcecount get
  1010.             7 add { pop } repeat
  1011.         } ifelse
  1012.     }
  1013.     {
  1014.         dup 3 eq
  1015.         TestPlateIndex
  1016.         dup -1 eq exch 5 eq or or
  1017.         {
  1018.             /_colorimage load null eq
  1019.             {
  1020.                 ColorImageCompositeEmulator
  1021.             }
  1022.             {
  1023.                 dup 1 eq
  1024.                 {
  1025.                     pop pop image
  1026.                 }
  1027.                 {
  1028.                     Adobe_ColorImage_AI6_Vars /plateindex get 5 eq
  1029.                     {
  1030.                         gsave
  1031.                         
  1032.                         0 _currenttransfer exec
  1033.                         1 _currenttransfer exec
  1034.                         eq
  1035.                         { 0 _currenttransfer exec 0.5 lt }
  1036.                         { 0 _currenttransfer exec 1 _currenttransfer exec gt } ifelse
  1037.                         
  1038.                         { { pop 0 } } { { pop 1 } } ifelse
  1039.                         systemdict /settransfer get exec
  1040.                     } if
  1041.                     
  1042.                     _colorimage
  1043.                     
  1044.                     Adobe_ColorImage_AI6_Vars /plateindex get 5 eq
  1045.                     {
  1046.                         grestore
  1047.                     } if
  1048.                 } ifelse
  1049.             } ifelse
  1050.         }
  1051.         {
  1052.             dup 1 eq
  1053.             {
  1054.                 pop pop
  1055.                 image
  1056.             }
  1057.             {
  1058.                 pop pop
  1059.                 Adobe_ColorImage_AI6_Vars begin
  1060.                     sourcecount -1 0
  1061.                     {            
  1062.                         exch sourcearray 3 1 roll put
  1063.                     } for
  1064.                     /SeparateCMYKImageProc load
  1065.              end
  1066.                 systemdict /image get exec
  1067.             } ifelse
  1068.         } ifelse
  1069.     } ifelse
  1070. } def
  1071. /XG
  1072. {
  1073.     pop pop
  1074. } def
  1075. /XF
  1076. {
  1077.     13 {pop} repeat
  1078. } def
  1079. /Xh
  1080. {
  1081.     Adobe_ColorImage_AI6_Vars begin
  1082.         gsave
  1083.         /XIMask exch 0 ne def
  1084.         /XIImageHeight exch def
  1085.         /XIImageWidth exch def
  1086.         /XIImageMatrix exch def
  1087.         0 0 moveto
  1088.         XIImageMatrix concat
  1089.         XIImageWidth XIImageHeight scale
  1090.         
  1091.         XIMask
  1092.         {
  1093.             /_lp /null ddef
  1094.             _fc
  1095.             /_lp /imagemask ddef
  1096.         }
  1097.         if
  1098.         /XIVersion 7 def
  1099.  end
  1100. } def
  1101. /XH
  1102. {
  1103.     Adobe_ColorImage_AI6_Vars begin
  1104.         /XIVersion 6 def
  1105.         grestore
  1106.  end
  1107. } def
  1108. /XI
  1109. {
  1110.     Adobe_ColorImage_AI6_Vars begin
  1111.         gsave
  1112.         /XIMask exch 0 ne def
  1113.         /XIBinary exch 0 ne def
  1114.         pop
  1115.         pop
  1116.         /XIChannelCount exch def
  1117.         /XIBitsPerPixel exch def
  1118.         /XIImageHeight exch def
  1119.         /XIImageWidth exch def
  1120.         pop pop pop pop
  1121.         /XIImageMatrix exch def
  1122.         XIBitsPerPixel 1 eq
  1123.         {
  1124.             XIImageWidth 8 div ceiling cvi
  1125.         }
  1126.         {
  1127.             XIImageWidth XIChannelCount mul
  1128.         } ifelse
  1129.         /XIBuffer exch string def
  1130.         XIBinary
  1131.         {
  1132.             /XIDataProc { currentfile XIBuffer readstring pop } def
  1133.             XIVersion 6 le
  1134.             {
  1135.                 currentfile 128 string readline pop pop
  1136.             }
  1137.             if
  1138.         }
  1139.         {
  1140.             /XIDataProc { currentfile XIBuffer readhexstring pop } def
  1141.         } ifelse
  1142.         
  1143.         XIVersion 6 le
  1144.         {
  1145.             0 0 moveto
  1146.             XIImageMatrix concat
  1147.             XIImageWidth XIImageHeight scale
  1148.             XIMask
  1149.             {
  1150.                 /_lp /null ddef
  1151.                 _fc
  1152.                 /_lp /imagemask ddef
  1153.             } if
  1154.         } if
  1155.         
  1156.         XIMask
  1157.         {
  1158.             XIImageWidth XIImageHeight
  1159.             false
  1160.             [ XIImageWidth 0 0 XIImageHeight neg 0 0 ]
  1161.             /XIDataProc load
  1162.             imagemask
  1163.         }
  1164.         {
  1165.             XIImageWidth XIImageHeight
  1166.             XIBitsPerPixel
  1167.             [ XIImageWidth 0 0 XIImageHeight neg 0 0 ]
  1168.             /XIDataProc load
  1169.             
  1170.             XIChannelCount 1 eq
  1171.             {
  1172.                 gsave
  1173.                 0 setgray
  1174.                 image
  1175.                 grestore
  1176.             }
  1177.             {
  1178.                 false
  1179.                 XIChannelCount
  1180.                 colorimage
  1181.             } ifelse
  1182.         } ifelse
  1183.         grestore
  1184.  end
  1185. } def
  1186. end
  1187. %%EndProcSet
  1188. %%BeginResource: procset Adobe_Illustrator_AI5 1.2 0
  1189. %%Title: (Adobe Illustrator (R) Version 7.0 Full Prolog)
  1190. %%Version: 1.2 0
  1191. %%CreationDate: (3/7/1994) ()
  1192. %%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
  1193. currentpacking true setpacking
  1194. userdict /Adobe_Illustrator_AI5_vars 107 dict dup begin
  1195. put
  1196. /_eo false def
  1197. /_lp /none def
  1198. /_pf
  1199. {
  1200. } def
  1201. /_ps
  1202. {
  1203. } def
  1204. /_psf
  1205. {
  1206. } def
  1207. /_pss
  1208. {
  1209. } def
  1210. /_pjsf
  1211. {
  1212. } def
  1213. /_pjss
  1214. {
  1215. } def
  1216. /_pola 0 def
  1217. /_doClip 0 def
  1218. /cf currentflat def
  1219. /_lineorientation 0 def
  1220. /_charorientation 0 def
  1221. /_yokoorientation 0 def
  1222. /_tm matrix def
  1223. /_renderStart
  1224. [
  1225. /e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0
  1226. ] def
  1227. /_renderEnd
  1228. [
  1229. null null null null /i1 /i1 /i1 /i1
  1230. ] def
  1231. /_render -1 def
  1232. /_shift [0 0] def
  1233. /_ax 0 def
  1234. /_ay 0 def
  1235. /_cx 0 def
  1236. /_cy 0 def
  1237. /_leading
  1238. [
  1239. 0 0
  1240. ] def
  1241. /_ctm matrix def
  1242. /_mtx matrix def
  1243. /_sp 16#020 def
  1244. /_hyphen (-) def
  1245. /_fontSize 0 def
  1246. /_fontAscent 0 def
  1247. /_fontDescent 0 def
  1248. /_fontHeight 0 def
  1249. /_fontRotateAdjust 0 def
  1250. /Ss 256 string def
  1251. Ss 0 (fonts/) putinterval
  1252. /_cnt 0 def
  1253. /_scale [1 1] def
  1254. /_nativeEncoding 0 def
  1255. /_useNativeEncoding 0 def
  1256. /_tempEncode 0 def
  1257. /_pntr 0 def
  1258. /_tDict 2 dict def
  1259. /_hfname 100 string def
  1260. /_hffound false def
  1261. /Tx
  1262. {
  1263. } def
  1264. /Tj
  1265. {
  1266. } def
  1267. /CRender
  1268. {
  1269. } def
  1270. /_AI3_savepage
  1271. {
  1272. } def
  1273. /_gf null def
  1274. /_cf 4 array def
  1275. /_rgbf 3 array def
  1276. /_if null def
  1277. /_of false def
  1278. /_fc
  1279. {
  1280. } def
  1281. /_gs null def
  1282. /_cs 4 array def
  1283. /_rgbs 3 array def
  1284. /_is null def
  1285. /_os false def
  1286. /_sc
  1287. {
  1288. } def
  1289. /_pd 1 dict def
  1290. /_ed 15 dict def
  1291. /_pm matrix def
  1292. /_fm null def
  1293. /_fd null def
  1294. /_fdd null def
  1295. /_sm null def
  1296. /_sd null def
  1297. /_sdd null def
  1298. /_i null def
  1299. /_lobyte 0 def
  1300. /_hibyte 0 def
  1301. /_cproc null def
  1302. /_cscript 0 def
  1303. /_hvax 0 def
  1304. /_hvay 0 def
  1305. /_hvwb 0 def
  1306. /_hvcx 0 def
  1307. /_hvcy 0 def
  1308. /_bitfont null def
  1309. /_bitlobyte 0 def
  1310. /_bithibyte 0 def
  1311. /_bitkey null def
  1312. /_bitdata null def
  1313. /_bitindex 0 def
  1314. /discardSave null def
  1315. /buffer 256 string def
  1316. /beginString null def
  1317. /endString null def
  1318. /endStringLength null def
  1319. /layerCnt 1 def
  1320. /layerCount 1 def
  1321. /perCent (%) 0 get def
  1322. /perCentSeen? false def
  1323. /newBuff null def
  1324. /newBuffButFirst null def
  1325. /newBuffLast null def
  1326. /clipForward? false def
  1327. end
  1328. userdict /Adobe_Illustrator_AI5 known not {
  1329.     userdict /Adobe_Illustrator_AI5 94 dict put
  1330. } if
  1331. userdict /Adobe_Illustrator_AI5 get begin
  1332. /initialize
  1333. {
  1334.     Adobe_Illustrator_AI5 dup begin
  1335.     Adobe_Illustrator_AI5_vars begin
  1336.     discardDict
  1337.     {
  1338.         bind pop pop
  1339.     } forall
  1340.     dup /nc get begin
  1341.     {
  1342.         dup xcheck 1 index type /operatortype ne and
  1343.         {
  1344.             bind
  1345.         } if
  1346.         pop pop
  1347.     } forall
  1348.  end
  1349.     newpath
  1350. } def
  1351. /terminate
  1352. {
  1353.  end
  1354.  end
  1355. } def
  1356. /_
  1357. null def
  1358. /ddef
  1359. {
  1360.     Adobe_Illustrator_AI5_vars 3 1 roll put
  1361. } def
  1362. /xput
  1363. {
  1364.     dup load dup length exch maxlength eq
  1365.     {
  1366.         dup dup load dup
  1367.         length 2 mul dict copy def
  1368.     } if
  1369.     load begin
  1370.     def
  1371.  end
  1372. } def
  1373. /npop
  1374. {
  1375.     {
  1376.         pop
  1377.     } repeat
  1378. } def
  1379. /hswj
  1380. {
  1381.     dup stringwidth 3 2 roll
  1382.     {
  1383.         _hvwb eq { exch _hvcx add exch _hvcy add } if
  1384.         exch _hvax add exch _hvay add
  1385.     } cforall
  1386. } def
  1387. /vswj
  1388. {
  1389.     0 0 3 -1 roll
  1390.     {
  1391.         dup 255 le
  1392.         _charorientation 1 eq
  1393.         and
  1394.         {
  1395.             dup cstring stringwidth 5 2 roll
  1396.             _hvwb eq { exch _hvcy sub exch _hvcx sub } if
  1397.             exch _hvay sub exch _hvax sub
  1398.             4 -1 roll sub exch
  1399.             3 -1 roll sub exch
  1400.         }
  1401.         {
  1402.             _hvwb eq { exch _hvcy sub exch _hvcx sub } if
  1403.             exch _hvay sub exch _hvax sub
  1404.             _fontHeight sub
  1405.         } ifelse
  1406.     } cforall
  1407. } def
  1408. /swj
  1409. {
  1410.     6 1 roll
  1411.     /_hvay exch ddef
  1412.     /_hvax exch ddef
  1413.     /_hvwb exch ddef
  1414.     /_hvcy exch ddef
  1415.     /_hvcx exch ddef
  1416.     _lineorientation 0 eq { hswj } { vswj } ifelse
  1417. } def
  1418. /sw
  1419. {
  1420.     0 0 0 6 3 roll swj
  1421. } def
  1422. /vjss
  1423. {
  1424.     4 1 roll
  1425.     {
  1426.         dup cstring
  1427.         dup length 1 eq
  1428.         _charorientation 1 eq
  1429.         and
  1430.         {
  1431.             -90 rotate
  1432.             currentpoint
  1433.             _fontRotateAdjust add
  1434.             moveto
  1435.             gsave
  1436.             false charpath currentpoint
  1437.             5 index setmatrix stroke
  1438.             grestore
  1439.             _fontRotateAdjust sub
  1440.             moveto
  1441.             _sp eq
  1442.             {
  1443.                 5 index 5 index rmoveto
  1444.             } if
  1445.             2 copy rmoveto
  1446.             90 rotate
  1447.         }
  1448.         {
  1449.             currentpoint
  1450.             _fontHeight sub
  1451.             5 index sub
  1452.             3 index _sp eq
  1453.             {
  1454.                 9 index sub
  1455.             } if
  1456.     
  1457.             currentpoint
  1458.             exch 4 index stringwidth pop 2 div sub
  1459.             exch _fontAscent sub
  1460.             moveto
  1461.     
  1462.             gsave
  1463.             2 index false charpath
  1464.             6 index setmatrix stroke
  1465.             grestore
  1466.     
  1467.             moveto pop pop
  1468.         } ifelse
  1469.     } cforall
  1470.     6 npop
  1471. } def
  1472. /hjss
  1473. {
  1474.     4 1 roll
  1475.     {
  1476.         dup cstring
  1477.         gsave
  1478.         false charpath currentpoint
  1479.         5 index setmatrix stroke
  1480.         grestore
  1481.         moveto
  1482.         _sp eq
  1483.         {
  1484.             5 index 5 index rmoveto
  1485.         } if
  1486.         2 copy rmoveto
  1487.     } cforall
  1488.     6 npop
  1489. } def
  1490. /jss
  1491. {
  1492.     _lineorientation 0 eq { hjss } { vjss } ifelse
  1493. } def
  1494. /ss
  1495. {
  1496.     0 0 0 7 3 roll jss
  1497. } def
  1498. /vjsp
  1499. {
  1500.     4 1 roll
  1501.     {
  1502.         dup cstring
  1503.         dup length 1 eq
  1504.         _charorientation 1 eq
  1505.         and
  1506.         {
  1507.             -90 rotate
  1508.             currentpoint
  1509.             _fontRotateAdjust add
  1510.             moveto
  1511.             false charpath
  1512.             currentpoint
  1513.             _fontRotateAdjust sub
  1514.             moveto
  1515.             _sp eq
  1516.             {
  1517.                 5 index 5 index rmoveto
  1518.             } if
  1519.             2 copy rmoveto
  1520.             90 rotate
  1521.         }
  1522.         {
  1523.             currentpoint
  1524.             _fontHeight sub
  1525.             5 index sub
  1526.             3 index _sp eq
  1527.             {
  1528.                 9 index sub
  1529.             } if
  1530.     
  1531.             currentpoint
  1532.             exch 4 index stringwidth pop 2 div sub
  1533.             exch _fontAscent sub
  1534.             moveto
  1535.     
  1536.             2 index false charpath
  1537.     
  1538.             moveto pop pop
  1539.         } ifelse
  1540.     } cforall
  1541.     6 npop
  1542. } def
  1543. /hjsp
  1544. {
  1545.     4 1 roll
  1546.     {
  1547.         dup cstring
  1548.         false charpath
  1549.         _sp eq
  1550.         {
  1551.             5 index 5 index rmoveto
  1552.         } if
  1553.         2 copy rmoveto
  1554.     } cforall
  1555.     6 npop
  1556. } def
  1557. /jsp
  1558. {
  1559.     matrix currentmatrix
  1560.     _lineorientation 0 eq {hjsp} {vjsp} ifelse
  1561. } def
  1562. /sp
  1563. {
  1564.     matrix currentmatrix
  1565.     0 0 0 7 3 roll
  1566.     _lineorientation 0 eq {hjsp} {vjsp} ifelse
  1567. } def
  1568. /pl
  1569. {
  1570.     transform
  1571.     0.25 sub round 0.25 add exch
  1572.     0.25 sub round 0.25 add exch
  1573.     itransform
  1574. } def
  1575. /setstrokeadjust where
  1576. {
  1577.     pop true setstrokeadjust
  1578.     /c
  1579.     {
  1580.         curveto
  1581.     } def
  1582.     /C
  1583.     /c load def
  1584.     /v
  1585.     {
  1586.         currentpoint 6 2 roll curveto
  1587.     } def
  1588.     /V
  1589.     /v load def
  1590.     /y
  1591.     {
  1592.         2 copy curveto
  1593.     } def
  1594.     /Y
  1595.     /y load def
  1596.     /l
  1597.     {
  1598.         lineto
  1599.     } def
  1600.     /L
  1601.     /l load def
  1602.     /m
  1603.     {
  1604.         moveto
  1605.     } def
  1606. }
  1607. {
  1608.     /c
  1609.     {
  1610.         pl curveto
  1611.     } def
  1612.     /C
  1613.     /c load def
  1614.     /v
  1615.     {
  1616.         currentpoint 6 2 roll pl curveto
  1617.     } def
  1618.     /V
  1619.     /v load def
  1620.     /y
  1621.     {
  1622.         pl 2 copy curveto
  1623.     } def
  1624.     /Y
  1625.     /y load def
  1626.     /l
  1627.     {
  1628.         pl lineto
  1629.     } def
  1630.     /L
  1631.     /l load def
  1632.     /m
  1633.     {
  1634.         pl moveto
  1635.     } def
  1636. } ifelse
  1637. /d
  1638. {
  1639.     setdash
  1640. } def
  1641. /cf
  1642. {
  1643. } def
  1644. /i
  1645. {
  1646.     dup 0 eq
  1647.     {
  1648.         pop cf
  1649.     } if
  1650.     setflat
  1651. } def
  1652. /j
  1653. {
  1654.     setlinejoin
  1655. } def
  1656. /J
  1657. {
  1658.     setlinecap
  1659. } def
  1660. /M
  1661. {
  1662.     setmiterlimit
  1663. } def
  1664. /w
  1665. {
  1666.     setlinewidth
  1667. } def
  1668. /XR
  1669. {
  1670.     0 ne
  1671.     /_eo exch ddef
  1672. } def
  1673. /H
  1674. {
  1675. } def
  1676. /h
  1677. {
  1678.     closepath
  1679. } def
  1680. /N
  1681. {
  1682.     _pola 0 eq
  1683.     {
  1684.         _doClip 1 eq
  1685.         {
  1686.             _eo {eoclip} {clip} ifelse /_doClip 0 ddef
  1687.         } if
  1688.         newpath
  1689.     }
  1690.     {
  1691.         /CRender
  1692.         {
  1693.             N
  1694.         } ddef
  1695.     } ifelse
  1696. } def
  1697. /n
  1698. {
  1699.     N
  1700. } def
  1701. /F
  1702. {
  1703.     _pola 0 eq
  1704.     {
  1705.         _doClip 1 eq
  1706.         {
  1707.             gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc
  1708.             /_doClip 0 ddef
  1709.         }
  1710.         {
  1711.             _pf
  1712.         } ifelse
  1713.     }
  1714.     {
  1715.         /CRender
  1716.         {
  1717.             F
  1718.         } ddef
  1719.     } ifelse
  1720. } def
  1721. /f
  1722. {
  1723.     closepath
  1724.     F
  1725. } def
  1726. /S
  1727. {
  1728.     _pola 0 eq
  1729.     {
  1730.         _doClip 1 eq
  1731.         {
  1732.             gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc
  1733.             /_doClip 0 ddef
  1734.         }
  1735.         {
  1736.             _ps
  1737.         } ifelse
  1738.     }
  1739.     {
  1740.         /CRender
  1741.         {
  1742.             S
  1743.         } ddef
  1744.     } ifelse
  1745. } def
  1746. /s
  1747. {
  1748.     closepath
  1749.     S
  1750. } def
  1751. /B
  1752. {
  1753.     _pola 0 eq
  1754.     {
  1755.         _doClip 1 eq
  1756.         gsave F grestore
  1757.         {
  1758.             gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc
  1759.             /_doClip 0 ddef
  1760.         }
  1761.         {
  1762.             S
  1763.         } ifelse
  1764.     }
  1765.     {
  1766.         /CRender
  1767.         {
  1768.             B
  1769.         } ddef
  1770.     } ifelse
  1771. } def
  1772. /b
  1773. {
  1774.     closepath
  1775.     B
  1776. } def
  1777. /W
  1778. {
  1779.     /_doClip 1 ddef
  1780. } def
  1781. /*
  1782. {
  1783.     count 0 ne
  1784.     {
  1785.         dup type /stringtype eq
  1786.         {
  1787.             pop
  1788.         } if
  1789.     } if
  1790.     newpath
  1791. } def
  1792. /u
  1793. {
  1794. } def
  1795. /U
  1796. {
  1797. } def
  1798. /q
  1799. {
  1800.     _pola 0 eq
  1801.     {
  1802.         gsave
  1803.     } if
  1804. } def
  1805. /Q
  1806. {
  1807.     _pola 0 eq
  1808.     {
  1809.         grestore
  1810.     } if
  1811. } def
  1812. /*u
  1813. {
  1814.     _pola 1 add /_pola exch ddef
  1815. } def
  1816. /*U
  1817. {
  1818.     _pola 1 sub /_pola exch ddef
  1819.     _pola 0 eq
  1820.     {
  1821.         CRender
  1822.     } if
  1823. } def
  1824. /D
  1825. {
  1826.     pop
  1827. } def
  1828. /*w
  1829. {
  1830. } def
  1831. /*W
  1832. {
  1833. } def
  1834. /`
  1835. {
  1836.     /_i save ddef
  1837.     clipForward?
  1838.     {
  1839.         nulldevice
  1840.     } if
  1841.     6 1 roll 4 npop
  1842.     concat pop
  1843.     userdict begin
  1844.     /showpage
  1845.     {
  1846.     } def
  1847.     0 setgray
  1848.     0 setlinecap
  1849.     1 setlinewidth
  1850.     0 setlinejoin
  1851.     10 setmiterlimit
  1852.     [] 0 setdash
  1853.     /setstrokeadjust where {pop false setstrokeadjust} if
  1854.     newpath
  1855.     0 setgray
  1856.     false setoverprint
  1857. } def
  1858. /~
  1859. {
  1860.  end
  1861.     _i restore
  1862. } def
  1863. /O
  1864. {
  1865.     0 ne
  1866.     /_of exch ddef
  1867.     /_lp /none ddef
  1868. } def
  1869. /R
  1870. {
  1871.     0 ne
  1872.     /_os exch ddef
  1873.     /_lp /none ddef
  1874. } def
  1875. /g
  1876. {
  1877.     /_gf exch ddef
  1878.     /_fc
  1879.     {
  1880.         _lp /fill ne
  1881.         {
  1882.             _of setoverprint
  1883.             _gf setgray
  1884.             /_lp /fill ddef
  1885.         } if
  1886.     } ddef
  1887.     /_pf
  1888.     {
  1889.         _fc
  1890.         _eo {eofill} {fill} ifelse
  1891.     } ddef
  1892.     /_psf
  1893.     {
  1894.         _fc
  1895.         hvashow
  1896.     } ddef
  1897.     /_pjsf
  1898.     {
  1899.         _fc
  1900.         hvawidthshow
  1901.     } ddef
  1902.     /_lp /none ddef
  1903. } def
  1904. /G
  1905. {
  1906.     /_gs exch ddef
  1907.     /_sc
  1908.     {
  1909.         _lp /stroke ne
  1910.         {
  1911.             _os setoverprint
  1912.             _gs setgray
  1913.             /_lp /stroke ddef
  1914.         } if
  1915.     } ddef
  1916.     /_ps
  1917.     {
  1918.         _sc
  1919.         stroke
  1920.     } ddef
  1921.     /_pss
  1922.     {
  1923.         _sc
  1924.         ss
  1925.     } ddef
  1926.     /_pjss
  1927.     {
  1928.         _sc
  1929.         jss
  1930.     } ddef
  1931.     /_lp /none ddef
  1932. } def
  1933. /k
  1934. {
  1935.     _cf astore pop
  1936.     /_fc
  1937.     {
  1938.         _lp /fill ne
  1939.         {
  1940.             _of setoverprint
  1941.             _cf aload pop setcmykcolor
  1942.             /_lp /fill ddef
  1943.         } if
  1944.     } ddef
  1945.     /_pf
  1946.     {
  1947.         _fc
  1948.         _eo {eofill} {fill} ifelse
  1949.     } ddef
  1950.     /_psf
  1951.     {
  1952.         _fc
  1953.         hvashow
  1954.     } ddef
  1955.     /_pjsf
  1956.     {
  1957.         _fc
  1958.         hvawidthshow
  1959.     } ddef
  1960.     /_lp /none ddef
  1961. } def
  1962. /K
  1963. {
  1964.     _cs astore pop
  1965.     /_sc
  1966.     {
  1967.         _lp /stroke ne
  1968.         {
  1969.             _os setoverprint
  1970.             _cs aload pop setcmykcolor
  1971.             /_lp /stroke ddef
  1972.         } if
  1973.     } ddef
  1974.     /_ps
  1975.     {
  1976.         _sc
  1977.         stroke
  1978.     } ddef
  1979.     /_pss
  1980.     {
  1981.         _sc
  1982.         ss
  1983.     } ddef
  1984.     /_pjss
  1985.     {
  1986.         _sc
  1987.         jss
  1988.     } ddef
  1989.     /_lp /none ddef
  1990. } def
  1991. /Xa
  1992. {
  1993.     _rgbf astore pop
  1994.     /_fc
  1995.     {
  1996.         _lp /fill ne
  1997.         {
  1998.             _of setoverprint
  1999.             _rgbf aload pop setrgbcolor
  2000.             /_lp /fill ddef
  2001.         } if
  2002.     } ddef
  2003.     /_pf
  2004.     {
  2005.         _fc
  2006.         _eo {eofill} {fill} ifelse
  2007.     } ddef
  2008.     /_psf
  2009.     {
  2010.         _fc
  2011.         hvashow
  2012.     } ddef
  2013.     /_pjsf
  2014.     {
  2015.         _fc
  2016.         hvawidthshow
  2017.     } ddef
  2018.     /_lp /none ddef
  2019. } def
  2020. /XA
  2021. {
  2022.     _rgbs astore pop
  2023.     /_sc
  2024.     {
  2025.         _lp /stroke ne
  2026.         {
  2027.             _os setoverprint
  2028.             _rgbs aload pop setrgbcolor
  2029.             /_lp /stroke ddef
  2030.         } if
  2031.     } ddef
  2032.     /_ps
  2033.     {
  2034.         _sc
  2035.         stroke
  2036.     } ddef
  2037.     /_pss
  2038.     {
  2039.         _sc
  2040.         ss
  2041.     } ddef
  2042.     /_pjss
  2043.     {
  2044.         _sc
  2045.         jss
  2046.     } ddef
  2047.     /_lp /none ddef
  2048. } def
  2049. /Xx
  2050. {
  2051.     exch
  2052.     /_gf exch ddef
  2053.     0 eq
  2054.     {
  2055.         findcmykcustomcolor
  2056.     }
  2057.     {
  2058.         findrgbcustomcolor
  2059.     } ifelse
  2060.     /_if exch ddef
  2061.     /_fc
  2062.     {
  2063.         _lp /fill ne
  2064.         {
  2065.             _of setoverprint
  2066.             _if _gf 1 exch sub setcustomcolor
  2067.             /_lp /fill ddef
  2068.         } if
  2069.     } ddef
  2070.     /_pf
  2071.     {
  2072.         _fc
  2073.         _eo {eofill} {fill} ifelse
  2074.     } ddef
  2075.     /_psf
  2076.     {
  2077.         _fc
  2078.         ashow
  2079.     } ddef
  2080.     /_pjsf
  2081.     {
  2082.         _fc
  2083.         awidthshow
  2084.     } ddef
  2085.     /_lp /none ddef
  2086. } def
  2087. /XX
  2088. {
  2089.     exch
  2090.     /_gs exch ddef
  2091.     0 eq
  2092.     {
  2093.         findcmykcustomcolor
  2094.     }
  2095.     {
  2096.         findrgbcustomcolor
  2097.     } ifelse
  2098.     /_is exch ddef
  2099.     /_sc
  2100.     {
  2101.         _lp /stroke ne
  2102.         {
  2103.             _os setoverprint
  2104.             _is _gs 1 exch sub setcustomcolor
  2105.             /_lp /stroke ddef
  2106.         } if
  2107.     } ddef
  2108.     /_ps
  2109.     {
  2110.         _sc
  2111.         stroke
  2112.     } ddef
  2113.     /_pss
  2114.     {
  2115.         _sc
  2116.         ss
  2117.     } ddef
  2118.     /_pjss
  2119.     {
  2120.         _sc
  2121.         jss
  2122.     } ddef
  2123.     /_lp /none ddef
  2124. } def
  2125. /x
  2126. {
  2127.     /_gf exch ddef
  2128.     findcmykcustomcolor
  2129.     /_if exch ddef
  2130.     /_fc
  2131.     {
  2132.         _lp /fill ne
  2133.         {
  2134.             _of setoverprint
  2135.             _if _gf 1 exch sub setcustomcolor
  2136.             /_lp /fill ddef
  2137.         } if
  2138.     } ddef
  2139.     /_pf
  2140.     {
  2141.         _fc
  2142.         _eo {eofill} {fill} ifelse
  2143.     } ddef
  2144.     /_psf
  2145.     {
  2146.         _fc
  2147.         ashow
  2148.     } ddef
  2149.     /_pjsf
  2150.     {
  2151.         _fc
  2152.         awidthshow
  2153.     } ddef
  2154.     /_lp /none ddef
  2155. } def
  2156. /X
  2157. {
  2158.     /_gs exch ddef
  2159.     findcmykcustomcolor
  2160.     /_is exch ddef
  2161.     /_sc
  2162.     {
  2163.         _lp /stroke ne
  2164.         {
  2165.             _os setoverprint
  2166.             _is _gs 1 exch sub setcustomcolor
  2167.             /_lp /stroke ddef
  2168.         } if
  2169.     } ddef
  2170.     /_ps
  2171.     {
  2172.         _sc
  2173.         stroke
  2174.     } ddef
  2175.     /_pss
  2176.     {
  2177.         _sc
  2178.         ss
  2179.     } ddef
  2180.     /_pjss
  2181.     {
  2182.         _sc
  2183.         jss
  2184.     } ddef
  2185.     /_lp /none ddef
  2186. } def
  2187. /A
  2188. {
  2189.     pop
  2190. } def
  2191. /annotatepage
  2192. {
  2193. userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse
  2194. } def
  2195. /XT {
  2196.     pop pop
  2197. } def
  2198. /discard
  2199. {
  2200.     save /discardSave exch store
  2201.     discardDict begin
  2202.     /endString exch store
  2203.     gt38?
  2204.     {
  2205.         2 add
  2206.     } if
  2207.     load
  2208.     stopped
  2209.     pop
  2210.  end
  2211.     discardSave restore
  2212. } bind def
  2213. userdict /discardDict 7 dict dup begin
  2214. put
  2215. /pre38Initialize
  2216. {
  2217.     /endStringLength endString length store
  2218.     /newBuff buffer 0 endStringLength getinterval store
  2219.     /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store
  2220.     /newBuffLast newBuff endStringLength 1 sub 1 getinterval store
  2221. } def
  2222. /shiftBuffer
  2223. {
  2224.     newBuff 0 newBuffButFirst putinterval
  2225.     newBuffLast 0
  2226.     currentfile read not
  2227.     {
  2228.     stop
  2229.     } if
  2230.     put
  2231. } def
  2232. 0
  2233. {
  2234.     pre38Initialize
  2235.     mark
  2236.     currentfile newBuff readstring exch pop
  2237.     {
  2238.         {
  2239.             newBuff endString eq
  2240.             {
  2241.                 cleartomark stop
  2242.             } if
  2243.             shiftBuffer
  2244.         } loop
  2245.     }
  2246.     {
  2247.     stop
  2248.     } ifelse
  2249. } def
  2250. 1
  2251. {
  2252.     pre38Initialize
  2253.     /beginString exch store
  2254.     mark
  2255.     currentfile newBuff readstring exch pop
  2256.     {
  2257.         {
  2258.             newBuff beginString eq
  2259.             {
  2260.                 /layerCount dup load 1 add store
  2261.             }
  2262.             {
  2263.                 newBuff endString eq
  2264.                 {
  2265.                     /layerCount dup load 1 sub store
  2266.                     layerCount 0 eq
  2267.                     {
  2268.                         cleartomark stop
  2269.                     } if
  2270.                 } if
  2271.             } ifelse
  2272.             shiftBuffer
  2273.         } loop
  2274.     } if
  2275. } def
  2276. 2
  2277. {
  2278.     mark
  2279.     {
  2280.         currentfile buffer readline not
  2281.         {
  2282.         stop
  2283.         } if
  2284.         endString eq
  2285.         {
  2286.             cleartomark stop
  2287.         } if
  2288.     } loop
  2289. } def
  2290. 3
  2291. {
  2292.     /beginString exch store
  2293.     /layerCnt 1 store
  2294.     mark
  2295.     {
  2296.         currentfile buffer readline not
  2297.         {
  2298.         stop
  2299.         } if
  2300.         dup beginString eq
  2301.         {
  2302.             pop /layerCnt dup load 1 add store
  2303.         }
  2304.         {
  2305.             endString eq
  2306.             {
  2307.                 layerCnt 1 eq
  2308.                 {
  2309.                     cleartomark stop
  2310.                 }
  2311.                 {
  2312.                     /layerCnt dup load 1 sub store
  2313.                 } ifelse
  2314.             } if
  2315.         } ifelse
  2316.     } loop
  2317. } def
  2318. end
  2319. userdict /clipRenderOff 15 dict dup begin
  2320. put
  2321. {
  2322.     /n /N /s /S /f /F /b /B
  2323. }
  2324. {
  2325.     {
  2326.         _doClip 1 eq
  2327.         {
  2328.             /_doClip 0 ddef _eo {eoclip} {clip} ifelse
  2329.         } if
  2330.         newpath
  2331.     } def
  2332. } forall
  2333. /Tr /pop load def
  2334. /Bb {} def
  2335. /BB /pop load def
  2336. /Bg {12 npop} def
  2337. /Bm {6 npop} def
  2338. /Bc /Bm load def
  2339. /Bh {4 npop} def
  2340. end
  2341. /Lb
  2342. {
  2343.     4 npop
  2344.     6 1 roll
  2345.     pop
  2346.     4 1 roll
  2347.     pop pop pop
  2348.     0 eq
  2349.     {
  2350.         0 eq
  2351.         {
  2352.             (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard
  2353.         }
  2354.         {
  2355.             
  2356.             /clipForward? true def
  2357.             
  2358.             /Tx /pop load def
  2359.             /Tj /pop load def
  2360.             
  2361.             currentdict end clipRenderOff begin begin
  2362.         } ifelse
  2363.     }
  2364.     {
  2365.         0 eq
  2366.         {
  2367.             save /discardSave exch store
  2368.         } if
  2369.     } ifelse
  2370. } bind def
  2371. /LB
  2372. {
  2373.     discardSave dup null ne
  2374.     {
  2375.         restore
  2376.     }
  2377.     {
  2378.         pop
  2379.         clipForward?
  2380.         {
  2381.             currentdict
  2382.          end
  2383.          end
  2384.          begin
  2385.                     
  2386.             /clipForward? false ddef
  2387.         } if
  2388.     } ifelse
  2389. } bind def
  2390. /Pb
  2391. {
  2392.     pop pop
  2393.     0 (%AI5_EndPalette) discard
  2394. } bind def
  2395. /Np
  2396. {
  2397.     0 (%AI5_End_NonPrinting--) discard
  2398. } bind def
  2399. /Ln /pop load def
  2400. /Ap
  2401. /pop load def
  2402. /Ar
  2403. {
  2404.     72 exch div
  2405.     0 dtransform dup mul exch dup mul add sqrt
  2406.     dup 1 lt
  2407.     {
  2408.         pop 1
  2409.     } if
  2410.     setflat
  2411. } def
  2412. /Mb
  2413. {
  2414.     q
  2415. } def
  2416. /Md
  2417. {
  2418. } def
  2419. /MB
  2420. {
  2421.     Q
  2422. } def
  2423. /nc 4 dict def
  2424. nc begin
  2425. /setgray
  2426. {
  2427.     pop
  2428. } bind def
  2429. /setcmykcolor
  2430. {
  2431.     4 npop
  2432. } bind def
  2433. /setrgbcolor
  2434. {
  2435.     3 npop
  2436. } bind def
  2437. /setcustomcolor
  2438. {
  2439.     2 npop
  2440. } bind def
  2441. currentdict readonly pop
  2442. end
  2443. end
  2444. setpacking
  2445. %%EndResource
  2446. %%BeginResource: procset Adobe_cshow 2.0 8
  2447. %%Title: (Writing System Operators)
  2448. %%Version: 2.0 8
  2449. %%CreationDate: (1/23/89) ()
  2450. %%Copyright: ((C) 1992-1996 Adobe Systems Incorporated All Rights Reserved)
  2451. currentpacking true setpacking
  2452. userdict /Adobe_cshow 14 dict dup begin put
  2453. /initialize
  2454. {
  2455.     Adobe_cshow begin
  2456.     Adobe_cshow
  2457.     {
  2458.         dup xcheck
  2459.         {
  2460.             bind
  2461.         } if
  2462.         pop pop
  2463.     } forall
  2464.  end
  2465.     Adobe_cshow begin
  2466. } def
  2467. /terminate
  2468. {
  2469. currentdict Adobe_cshow eq
  2470.     {
  2471.  end
  2472.     } if
  2473. } def
  2474. /cforall
  2475. {
  2476.     /_lobyte 0 ddef
  2477.     /_hibyte 0 ddef
  2478.     /_cproc exch ddef
  2479.     /_cscript currentfont /FontScript known { currentfont /FontScript get } { -1 } ifelse ddef
  2480.     {
  2481.         /_lobyte exch ddef
  2482.         _hibyte 0 eq
  2483.         _cscript 1 eq
  2484.         _lobyte 129 ge _lobyte 159 le and
  2485.         _lobyte 224 ge _lobyte 252 le and or and
  2486.         _cscript 2 eq
  2487.         _lobyte 161 ge _lobyte 254 le and and
  2488.         _cscript 3 eq
  2489.         _lobyte 161 ge _lobyte 254 le and and
  2490.         _cscript 25 eq
  2491.         _lobyte 161 ge _lobyte 254 le and and
  2492.         _cscript -1 eq
  2493.         or or or or and
  2494.         {
  2495.             /_hibyte _lobyte ddef
  2496.         }
  2497.         {
  2498.             _hibyte 256 mul _lobyte add
  2499.             _cproc
  2500.             /_hibyte 0 ddef
  2501.         } ifelse
  2502.     } forall
  2503. } def
  2504. /cstring
  2505. {
  2506.     dup 256 lt
  2507.     {
  2508.         (s) dup 0 4 3 roll put
  2509.     }
  2510.     {
  2511.         dup 256 idiv exch 256 mod
  2512.         (hl) dup dup 0 6 5 roll put 1 4 3 roll put
  2513.     } ifelse
  2514. } def
  2515. /clength
  2516. {
  2517.     0 exch
  2518.     { 256 lt { 1 } { 2 } ifelse add } cforall
  2519. } def
  2520. /hawidthshow
  2521. {
  2522.     {
  2523.         dup cstring
  2524.         show
  2525.         _hvax _hvay rmoveto
  2526.         _hvwb eq { _hvcx _hvcy rmoveto } if
  2527.     } cforall
  2528. } def
  2529. /vawidthshow
  2530. {
  2531.     {
  2532.         dup 255 le
  2533.         _charorientation 1 eq
  2534.         and
  2535.         {
  2536.             -90 rotate
  2537.             0 _fontRotateAdjust rmoveto
  2538.             cstring
  2539.             _hvcx _hvcy _hvwb _hvax _hvay 6 -1 roll awidthshow
  2540.             0 _fontRotateAdjust neg rmoveto
  2541.             90 rotate
  2542.         }
  2543.         {
  2544.             currentpoint
  2545.             _fontHeight sub
  2546.             exch _hvay sub exch _hvax sub
  2547.             2 index _hvwb eq { exch _hvcy sub exch _hvcx sub } if
  2548.             3 2 roll
  2549.             cstring
  2550.             dup stringwidth pop 2 div neg _fontAscent neg rmoveto
  2551.             show
  2552.             moveto
  2553.         } ifelse
  2554.     } cforall
  2555. } def
  2556. /hvawidthshow
  2557. {
  2558.     6 1 roll
  2559.     /_hvay exch ddef
  2560.     /_hvax exch ddef
  2561.     /_hvwb exch ddef
  2562.     /_hvcy exch ddef
  2563.     /_hvcx exch ddef
  2564.     _lineorientation 0 eq { hawidthshow } { vawidthshow } ifelse
  2565. } def
  2566. /hvwidthshow
  2567. {
  2568.     0 0 3 -1 roll hvawidthshow
  2569. } def
  2570. /hvashow
  2571. {
  2572.     0 0 0 6 -3 roll hvawidthshow
  2573. } def
  2574. /hvshow
  2575. {
  2576.     0 0 0 0 0 6 -1 roll hvawidthshow
  2577. } def
  2578. currentdict readonly pop end
  2579. setpacking
  2580. %%EndResource
  2581.